C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / CanReplaceRange Method

In This Topic
CanReplaceRange Method (C1DataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function CanReplaceRange( _
   ByVal startingIndex As Integer, _
   ByVal items As IEnumerable(Of Object) _
) As Boolean
 

Parameters

startingIndex
items
See Also